home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Mac Game Programming Gurus / TricksOfTheMacGameProgrammingGurus.iso / More Source / C⁄C++ / Xconq 7.0d37 / source / README < prev   
Text File  |  1995-04-27  |  3KB  |  70 lines

  1. THIS CODE IS STILL UNDER DEVELOPMENT!!  EXPECT TO ENCOUNTER PROBLEMS BOTH
  2. BIG AND SMALL!
  3.  
  4. This is the source directory for version 7.0d37 of Xconq, a graphical
  5. multi-player strategy game and game design system.  This distribution
  6. includes interfaces for curses, X11, and Macintosh(tm).
  7.  
  8. Xconq is not just a single game, but a game authoring system that you
  9. can use to build all kinds of multi-player simulations.  The manual
  10. explains how to do this (in great detail).  The library directory
  11. contains a large assortment of predefined game modules as well.
  12.  
  13. The file INSTALL describes how to get Xconq running on your system.
  14. Xconq has been tested in a wide variety of systems and environments.
  15. It is designed to be independent of any particular graphical interface
  16. system, although porting to a new interface will involve writing a lot
  17. of code.  Non-Unix should be straightforward also.  Please contact me
  18. about any portability problems.
  19.  
  20. Xconq is free software, and is licensed under the Gnu Public License,
  21. version 2; see the file COPYING for more details.
  22.  
  23. Since Xconq is free, you can copy it, hack on it, and redistribute the
  24. hacked version as you like; but PLEASE identify any changes you make to
  25. an "official" release - this will be of immeasurable help to me, other
  26. Xconq hackers, and users.  I especially would enjoy hearing about and
  27. seeing any improvements/fixes/suggestions, and will try to incorporate
  28. them in future versions of Xconq.
  29.  
  30.                         Stan Shebs
  31.                         shebs@cygnus.com
  32.  
  33.  
  34. Thanks to the many Xconq players and hackers around the net who have
  35. contributed literally hundreds of suggestions, fixes, and improvements.
  36. The manual includes more detailed acknowledgments.
  37.  
  38. GUIDE TO SUBDIRECTORIES:
  39.  
  40. "lib" contains the game designs and images.
  41.  
  42. "doc" contains the Xconq manual and supporting documentation.
  43.  
  44. "kernel" contains the source code for the kernel, which is the part of
  45. Xconq shared by all interfaces.
  46.  
  47. "mac" contains the source code specific to the Mac interface.
  48.  
  49. "x11" contains the source code specific to the X11 interface.
  50.  
  51. "curses" contains the source code specific to the curses interface.
  52.  
  53. "SelFile" contains a file selection dialog for X11 programs.
  54.  
  55. "libcurses" contains a copy of a DOS & Mac implementation of curses.
  56.  
  57. "config" includes platform-specific configuration fragments.
  58.  
  59. "misc" contains scripts that do a partial conversions of 5.x period
  60. and other files to 7.0 game designs.
  61.  
  62. "test" includes scripts and game modules oriented towards testing.
  63. The test scripts should be run after hacking on anything in the "kernel"
  64. directory (this is important).
  65.  
  66. The directories "lib-mac" and "lib-x11", if they are present, contain
  67. optional library files for Mac and X11 versions, respectively.
  68.  
  69.  
  70.